home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / winsock / ircii2-6.zip / SRC\IRCII-2.6\DOC\INSTALL-.2 < prev    next >
Text File  |  1994-12-28  |  2KB  |  57 lines

  1.              INSTALLATION INSTRUCTION FOR IRCII
  2.  
  3. Notes: In this version it is important to install the `translation' and
  4.       `script' directory.  See the IRCII_LIBRARY variable in the
  5.       config.h
  6.  
  7. You might be tempted to try the 'install' script here by
  8. issuing the command      csh install     and then answer the
  9. questions.  At the point where it asks if you want to compile you
  10. can say 'no' and go on to step 1, or you can say 'yes' and try to
  11. compile the client.  Note that install1.0 assumes you are on a
  12. bsd, ultrix, or sun type machine.  Most other machines require
  13. manual changes to the Makefile in order to compile.
  14.  
  15.  o  Using your favorite editor, modify the config.h file to meet
  16.     your site specifications.  Instructions for doing this are
  17.     included in the config.h file.  
  18.  
  19.  o  Again using your favorite editor, modify the Makefile to meet
  20.     your site specifications regarding program and help file
  21.     installation, etc.  Instructions are included in the Makefile.
  22.  
  23.  o  Type "make install".  This will compile and install the program.
  24.     Then type "make installscript" and "make installtranslation" to
  25.     install the scripts and the character translation tables to
  26.     their definitive locations.
  27.  
  28.  o  If you wish to install the ircserv program as well,
  29.     type "make installserv".
  30.  
  31.  o  If you wish to install the ircflush program as well,
  32.     type "make installflush".
  33.     See the Makefile about using ircserv and ircflush.
  34.  
  35.  o  If you wish to have ircII interact with screen and/or xterm to
  36.     have multiple screen, type "make installwserv".
  37.  
  38.  o  You can do `make installeverything' to do all of the above steps
  39.     at the same time
  40.  
  41.  o  If your ircII client behaves in a way you didn't want it to, it
  42.     might be related to the things it executes at startup, precisely
  43.     the script/global file, and the related script/local.
  44.     For information about the scripts read also the /HELP LOAD.
  45.  
  46.  o  If you are running Solaris 2, you will probably need to have
  47.     environment variable LD_LIBRARY_PATH set to /usr/ucblib, or
  48.     to compile statically (with -static)
  49.  
  50.  o  BigCheese is no longer on Internet (since June, 1991) and Troy
  51.     no longer maintains ircII (since September 1992), so you should
  52.     now redirect questions and comments to
  53.     Matthew Green <phone@coombs.anu.edu.au>..  phone on IRC
  54.     or to the ircII coders mailing list
  55.     ircii-coders@cbme.unsw.edu.au
  56.     or to the alt.irc or alt.irc.ircii newsgroups.
  57.